const github.com/klauspost/compress/fse.maxTableLog
6 uses
github.com/klauspost/compress/fse (current package)
compress.go#L500: if tableLog > maxTableLog {
compress.go#L501: tableLog = maxTableLog
fse.go#L29: maxTableLog = maxMemoryUsage - 2
fse.go#L30: maxTablesize = 1 << maxTableLog
fse.go#L116: if s.TableLog > maxTableLog {
fse.go#L117: return nil, fmt.Errorf("tableLog (%d) > maxTableLog (%d)", s.TableLog, maxTableLog)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |